Add MeSSH26 slides deck (Cirdi RAG retour d'expérience) - #274
Merged
Conversation
New Quarto -> Beamer (metropolis) deck for the "Fouille de texte" panel at MeSSH26 (Aubervilliers, 9-10 July 2026). Matches the accepted abstract title: "De la recherche par mots-clés à la synthèse sémantique". Why Quarto/beamer rather than the analysis pipeline: the deck is writing-side and clean-room — it consumes committed figures in slides/slides-assets only, no uv, no log access (mirrors the GIDE deck in climate-finance-het, and the report reports/rapport_usages_quarto_python.qmd is itself Quarto). Figures are cropped from the CIRED.digital final-report set for slide legibility (interface header, HAL search bar, the dominant "Topic Synthesis" query-type panel); the transitions graph is downscaled to fit the repo's 500 KB large-file limit. - slides/slides-messh.qmd 8 message-bearing sections + 8 backup annex slides - slides/slides-assets/ tracked handoff figures (durable state) - slides/.gitignore PDF + keep-tex intermediate are regenerable - Makefile: `make slides` -> quarto render --to beamer Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Drop pause overlays: one frame per slide (author preference). - Rework the RAG definition into two slides: a French-labelled pipeline (Découpage → Plongement → Récupération → Génération) and a concepts slide defining each term French-first with the English in parentheses; explain dense vs BM25 retrieval; name the engine (R2R) and its by-length chunking. - Turn the retour-d'expérience slide into a design-space table: our (deliberately minimal) choice vs how one could go further, per dimension (corpus, découpage, hébergement=commercial, suivi des usages=RGPD prudent). - Section 5 → "Exemples d'usage"; name the query categories (synthèse thématique dominant, recherche de publication, méthode, étude de cas…). - Wording: "peut inventer", "le corpus vient de HAL"; drop the PDF/metadata aside. Remove the now-unused hal-header hero image. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Slides for the "Fouille de texte" panel at MeSSH26 (Aubervilliers, 9–10 July 2026).
Accepted abstract: De la recherche par mots-clés à la synthèse sémantique — retour
d'expérience sur un dispositif RAG en SHS.
Quarto → Beamer (metropolis), built clean-room from committed figures in
slides/slides-assets/— no data pipeline, nouv.make slides.slides/slides-messh.qmd— 8 message-bearing sections + backup annex slidesslides/slides-assets/— tracked handoff figures (cropped/downscaled for legibility)slides/.gitignore— rendered PDF + keep-tex are regenerableMakefile—slidestarget (quarto render --to beamer)Ticket: none